net/http.httpError.err (field)
5 uses
net/http (current package)
client.go#L729: err: err.Error() + " (Client.Timeout exceeded while awaiting headers)",
client.go#L972: err: err.Error() + " (Client.Timeout or context cancellation while reading body)",
transport.go#L2537: err string
transport.go#L2541: func (e *httpError) Error() string { return e.err }
transport.go#L2545: var errTimeout error = &httpError{err: "net/http: timeout awaiting response headers", timeout: true}
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |